AddLast
TheAddLast
method adds an element to the end of this type list.
void AddLast (in ODType type);
type
- The element to be added to the list.
DISCUSSION
If this type list already contains an element equal to the specified element, no action is taken. Otherwise, a copy of the specified element is added to the end of the list.EXCEPTIONS
kODErrOutOfMemory
- There is not enough memory to add the specified element to this type list.
SEE ALSO
TheODType
type (page 876).
TheODTypeList::Contains
method (page 799).
TheODTypeList::Remove
method (page 801).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help